home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
velpic
/
makefile
< prev
next >
Wrap
Makefile
|
1999-09-16
|
209b
|
19 lines
FFLAGS=-O -Nl50
OBJS=/tmp/testpt.o /tmp/id_rgn.o
all: $(OBJS)
/tmp/testpt.o : testpt.f
$(FC) $(FFLAGS) -c testpt.f -o $@
/tmp/id_rgn.o : id_rgn.f
$(FC) $(FFLAGS) -c id_rgn.f -o $@
clean :
rm *.o